gnss26 2.2.0
Loading...
Searching...
No Matches
GNSS 26 Device Settings

Settings for registers of GNSS 26 Click driver. More...

Macros

#define GNSS26_RSP_START   "$"
 GNSS 26 response buffer commands.
#define GNSS26_RSP_DELIMITER   ","
#define GNSS26_RSP_END   "\r\n"
#define GNSS26_RSP_GGA   "GGA"
#define GNSS26_DUMMY   0xFF
 GNSS 26 dummy data.
#define GNSS26_GGA_ELEMENT_SIZE   15
 GNSS 26 GGA command elements.
#define GNSS26_GGA_TIME   1
#define GNSS26_GGA_LATITUDE   2
#define GNSS26_GGA_LATITUDE_SIDE   3
#define GNSS26_GGA_LONGITUDE   4
#define GNSS26_GGA_LONGITUDE_SIDE   5
#define GNSS26_GGA_QUALITY_INDICATOR   6
#define GNSS26_GGA_NUMBER_OF_SATELLITES   7
#define GNSS26_GGA_H_DILUTION_OF_POS   8
#define GNSS26_GGA_ALTITUDE   9
#define GNSS26_GGA_ALTITUDE_UNIT   10
#define GNSS26_GGA_GEOIDAL_SEPARATION   11
#define GNSS26_GGA_GEOIDAL_SEPARATION_UNIT   12
#define GNSS26_GGA_TIME_SINCE_LAST_DGPS   13
#define GNSS26_GGA_DGPS_REFERENCE_STATION_ID   14
#define GNSS26_I2C_SLAVE_CR_CMD   0xAA51u
 GNSS 26 I2C settings.
#define GNSS26_I2C_SLAVE_CW_CMD   0xAA53u
#define GNSS26_I2C_SLAVE_CMD_LEN   8
#define GNSS26_I2C_SLAVE_RX_LEN   4
#define GNSS26_I2C_SLAVE_TX_LEN_REG_OFFSET   0x0008u
#define GNSS26_I2C_SLAVE_TX_BUF_REG_OFFSET   0x2000u
#define GNSS26_I2C_SLAVE_RX_LEN_REG_OFFSET   0x0004u
#define GNSS26_I2C_SLAVE_RX_BUF_REG_OFFSET   0x1000u
#define GNSS26_I2C_SLAVE_ADDRESS_CR_OR_CW   0x50
#define GNSS26_I2C_SLAVE_ADDRESS_R   0x54
#define GNSS26_I2C_SLAVE_ADDRESS_W   0x58
#define GNSS26_I2C_SLAVE_MAX_ERRORS   10
#define GNSS26_TX_DRV_BUFFER_SIZE   100
 GNSS 26 driver buffer size.
#define GNSS26_RX_DRV_BUFFER_SIZE   800

Detailed Description

Settings for registers of GNSS 26 Click driver.

Macro Definition Documentation

◆ GNSS26_DUMMY

#define GNSS26_DUMMY   0xFF

GNSS 26 dummy data.

Definition of dummy data.

◆ GNSS26_GGA_ALTITUDE

#define GNSS26_GGA_ALTITUDE   9

◆ GNSS26_GGA_ALTITUDE_UNIT

#define GNSS26_GGA_ALTITUDE_UNIT   10

◆ GNSS26_GGA_DGPS_REFERENCE_STATION_ID

#define GNSS26_GGA_DGPS_REFERENCE_STATION_ID   14

◆ GNSS26_GGA_ELEMENT_SIZE

#define GNSS26_GGA_ELEMENT_SIZE   15

GNSS 26 GGA command elements.

Specified GGA command elements of GNSS 26 Click driver.

◆ GNSS26_GGA_GEOIDAL_SEPARATION

#define GNSS26_GGA_GEOIDAL_SEPARATION   11

◆ GNSS26_GGA_GEOIDAL_SEPARATION_UNIT

#define GNSS26_GGA_GEOIDAL_SEPARATION_UNIT   12

◆ GNSS26_GGA_H_DILUTION_OF_POS

#define GNSS26_GGA_H_DILUTION_OF_POS   8

◆ GNSS26_GGA_LATITUDE

#define GNSS26_GGA_LATITUDE   2

◆ GNSS26_GGA_LATITUDE_SIDE

#define GNSS26_GGA_LATITUDE_SIDE   3

◆ GNSS26_GGA_LONGITUDE

#define GNSS26_GGA_LONGITUDE   4

◆ GNSS26_GGA_LONGITUDE_SIDE

#define GNSS26_GGA_LONGITUDE_SIDE   5

◆ GNSS26_GGA_NUMBER_OF_SATELLITES

#define GNSS26_GGA_NUMBER_OF_SATELLITES   7

◆ GNSS26_GGA_QUALITY_INDICATOR

#define GNSS26_GGA_QUALITY_INDICATOR   6

◆ GNSS26_GGA_TIME

#define GNSS26_GGA_TIME   1

◆ GNSS26_GGA_TIME_SINCE_LAST_DGPS

#define GNSS26_GGA_TIME_SINCE_LAST_DGPS   13

◆ GNSS26_I2C_SLAVE_ADDRESS_CR_OR_CW

#define GNSS26_I2C_SLAVE_ADDRESS_CR_OR_CW   0x50

◆ GNSS26_I2C_SLAVE_ADDRESS_R

#define GNSS26_I2C_SLAVE_ADDRESS_R   0x54

◆ GNSS26_I2C_SLAVE_ADDRESS_W

#define GNSS26_I2C_SLAVE_ADDRESS_W   0x58

◆ GNSS26_I2C_SLAVE_CMD_LEN

#define GNSS26_I2C_SLAVE_CMD_LEN   8

◆ GNSS26_I2C_SLAVE_CR_CMD

#define GNSS26_I2C_SLAVE_CR_CMD   0xAA51u

GNSS 26 I2C settings.

Specified setting for I2C of GNSS 26 Click driver.

◆ GNSS26_I2C_SLAVE_CW_CMD

#define GNSS26_I2C_SLAVE_CW_CMD   0xAA53u

◆ GNSS26_I2C_SLAVE_MAX_ERRORS

#define GNSS26_I2C_SLAVE_MAX_ERRORS   10

◆ GNSS26_I2C_SLAVE_RX_BUF_REG_OFFSET

#define GNSS26_I2C_SLAVE_RX_BUF_REG_OFFSET   0x1000u

◆ GNSS26_I2C_SLAVE_RX_LEN

#define GNSS26_I2C_SLAVE_RX_LEN   4

◆ GNSS26_I2C_SLAVE_RX_LEN_REG_OFFSET

#define GNSS26_I2C_SLAVE_RX_LEN_REG_OFFSET   0x0004u

◆ GNSS26_I2C_SLAVE_TX_BUF_REG_OFFSET

#define GNSS26_I2C_SLAVE_TX_BUF_REG_OFFSET   0x2000u

◆ GNSS26_I2C_SLAVE_TX_LEN_REG_OFFSET

#define GNSS26_I2C_SLAVE_TX_LEN_REG_OFFSET   0x0008u

◆ GNSS26_RSP_DELIMITER

#define GNSS26_RSP_DELIMITER   ","

◆ GNSS26_RSP_END

#define GNSS26_RSP_END   "\r\n"

◆ GNSS26_RSP_GGA

#define GNSS26_RSP_GGA   "GGA"

◆ GNSS26_RSP_START

#define GNSS26_RSP_START   "$"

GNSS 26 response buffer commands.

Specified response buffer commands of GNSS 26 Click driver.

◆ GNSS26_RX_DRV_BUFFER_SIZE

#define GNSS26_RX_DRV_BUFFER_SIZE   800

◆ GNSS26_TX_DRV_BUFFER_SIZE

#define GNSS26_TX_DRV_BUFFER_SIZE   100

GNSS 26 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.